func github.com/jackc/pgx/v5/pgtype.quoteArrayElementIfNeeded

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L379: func quoteArrayElementIfNeeded(src string) string {
		array_codec.go#L158: 			buf = append(buf, quoteArrayElementIfNeeded(string(elemBuf))...)